翻訳と辞書
Words near each other
・ Bistrița ghetto
・ Bistrița Monastery
・ Bistrița Monastery (disambiguation)
・ Bistrița Monastery (Vâlcea)
・ Bistrița Mountains
・ Bistrița River
・ Bistrița River (Danube)
・ Bistrița River (Iza)
・ Bistrița River (Jiu)
・ Bistrița River (Olt)
・ Bistrița River (Siret)
・ Bistrița River (Someș)
・ Bistrița-Năsăud County
・ Bistro
・ Bistro (disambiguation)
Bistro (programming language)
・ Bistro 990
・ Bistro Framework
・ Bistroff
・ Bistrogled
・ BistroMD, Inc.
・ Bistročaj
・ BISTU Snowy Owl I
・ Bistupur
・ Bistuszowa
・ Bisu
・ Bisu language
・ Bisu Mela
・ BISU Union
・ BISU Visual Identity


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Bistro (programming language) : ウィキペディア英語版
Bistro (programming language)

Bistro is a programming language designed and developed by Nikolas Boyd. It is intended to integrate features of Smalltalk and Java, running as a variant of Smalltalk that runs atop any Java virtual machine conforming to Sun Microsystems' Java specification.
==Description==
Bistro is object oriented, dynamically typed, and reflective. It duplicates the vast majority of the syntax and API for Smalltalk, and introduces the package and import concepts from Java. Overloaded operators are available for certain operators; ''++'' and ''--'' are not available overloaded operators.
The syntax for declaring a class's package and import clauses are:
:package: my.package.subpackage;
:import: my.package.MyClass;
:import: my.package.
*;
One notable exclusion is the ability to import static methods from other classes.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Bistro (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.